projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4563601
)
spi: Kconfig: Add TEGRA114_SPI entry
author
Jagan Teki
<
[email protected]
>
Sat, 27 Jun 2015 10:27:53 +0000
(15:57 +0530)
committer
Jagan Teki
<
[email protected]
>
Wed, 1 Jul 2015 16:09:05 +0000
(21:39 +0530)
Added TEGRA114_SPI entry on Kconfig with help description.
Signed-off-by: Jagan Teki <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Cc: Tom Warren <
[email protected]
>
Cc: Stephen Warren <
[email protected]
>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 43f9faccd011cae433130245ddf20e299f206f3c..16dce77c04f53ba0068e945b4c71172efc58a9be 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-83,6
+83,16
@@
config SANDBOX_SPI
};
};
+config TEGRA114_SPI
+ bool "nVidia Tegra114 SPI driver"
+ help
+ Enable the nVidia Tegra114 SPI driver. This driver can be used to
+ access the SPI NOR flash on platforms embedding this nVidia Tegra114
+ IP core.
+
+ This controller is different than the older SoCs SPI controller and
+ also register interface get changed with this controller.
+
config XILINX_SPI
bool "Xilinx SPI driver"
help